go/parser.resolver.sprintf (method)

4 uses

	go/parser (current package)
		resolver.go#L74: 	fmt.Println(strings.Repeat(". ", r.depth) + r.sprintf(format, args...))
		resolver.go#L77: func (r *resolver) sprintf(format string, args ...any) string {
		resolver.go#L145: 					prevDecl = r.sprintf("\n\tprevious declaration at %v", pos)
		resolver.go#L194: 		panic(r.sprintf("%v: identifier %s already declared or resolved", ident.Pos(), ident.Name))